home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / docs / apps / database / postgres / postgre3.z / postgre3 / src / lib / H / planner / initsplan.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-08-27  |  618 b   |  11 lines

  1. /* $Header: /private/postgres/src/lib/H/planner/RCS/initsplan.h,v 1.6 1991/11/15 16:22:38 hong Exp $ */
  2.  
  3. extern void initialize_targetlist ARGS((LispValue tlist));
  4. extern void initialize_qualification ARGS((LispValue clauses));
  5. extern void add_clause_to_rels ARGS((LispValue clause));
  6. extern void add_join_clause_info_to_rels ARGS((CInfo clauseinfo, LispValue join_relids));
  7. extern void add_vars_to_rels ARGS((List vars, List join_relids));
  8. extern void initialize_join_clause_info ARGS((LispValue rel_list));
  9. extern MergeOrder mergesortop ARGS((LispValue clause));
  10. extern ObjectId hashjoinop ARGS((LispValue clause));
  11.